home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CKIT210.ARJ / TCREAD.ME < prev    next >
Text File  |  1991-12-22  |  935b  |  27 lines

  1. ckitdemo.mak    Turbo MAKE file for CKITDEMO
  2. ckits.prj       TURBO Project file for CKITDEMO
  3.  
  4. **************************** ATTENTION ***************************************
  5.  
  6. If you plan on using the USERS file information or ck_update_user()
  7. check the following:
  8. - For C-kit versions 2.0 and earlier -
  9. make sure your Borland compiler is set for WORD alignment.
  10.  
  11. - For C-kit versions 2.08 and later -
  12. make sure Borland compiler is set for BYTE alignment. (the default)
  13.  
  14. ******************************************************************************
  15.  
  16. To do this from inside the TURBO editor.
  17. Select ->OPTIONS ->COMPILER ->CODE GENERATION ->ALIGNMENT ->WORD
  18.  
  19. OR add the -a switch to the TURBO command line TCC compiler.
  20.  
  21. See CKITDEMO.MAK for example of this.
  22.  
  23. You must do this reguardless of what door program you are compiling.
  24.  
  25.  IT IS NOT NECASSARY TO NOW INCLUDE THE MATH.LIB and EMU.LIB with
  26.  Turbo C users.
  27.